xen/arm: pass a struct pending_irq* as parameter to gic helper functions
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 17 Dec 2013 16:16:37 +0000 (16:16 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 12 Mar 2014 13:39:36 +0000 (13:39 +0000)
commit635422bf756effeeb11fd8162a9b0ab4f92239eb
tree5f6a4c78894d0ec95bb48e1cf1e1be1cbd537a89
parenta64586d20aa43169746978baa65a9cda8513131f
xen/arm: pass a struct pending_irq* as parameter to gic helper functions

gic_add_to_lr_pending and gic_set_lr should take a struct pending_irq*
as parameter instead of the virtual_irq number and the priority
separately and doing yet another irq_to_pending lookup.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/gic.c